home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / tptc16.zip / DOALL.BAT < prev    next >
DOS Batch File  |  1993-01-04  |  129b  |  3 lines

  1. rem Translate all sample programs to C
  2. FOR %%F IN (ACKER DIA DIAL FMAP MTPLUS PUZZLE QSORT SIEVE TEST UNSQ) DO TPTC %%F -lower
  3.